From: Glenn Morris Date: Thu, 21 Feb 2008 07:56:06 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23931 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b3af4b289355ace85f0221fe33697ef7f595df2d;p=emacs.git Fix comment typo. --- diff --git a/src/coding.c b/src/coding.c index 862b5e5f767..a43b5cb8187 100644 --- a/src/coding.c +++ b/src/coding.c @@ -1711,7 +1711,7 @@ emacs_mule_char (coding, src, nbytes, nchars, id) { if (c >= 0xA0) { - /* Old style component character of a compostion. */ + /* Old style component character of a composition. */ if (c == 0xA0) { ONE_MORE_BYTE (c);